πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Tabular_Q-Learning.md by @KGBicheno β˜†

tabular Q-learning

Go back to the [[AI Glossary]]

#rl

In reinforcement learning, implementing Q-learning by using a table to store the Q-functions for every combination of state and action.